home *** CD-ROM | disk | FTP | other *** search
- ' registry entry area for oem .ini file
- Const DB_REGKEY_OEM_LINK_STR = "HKLM\SOFTWARE\McAfee.com\Agent\SecurityNews\oem"
- Const DB_OEM_INI = "content_file"
- Const DEF_OEM_INI_FILE = "\oemcfg.ini"
-
- Const DB_REGKEY_OEM = "HKLM\SOFTWARE\McAfee.com\Agent\Oem"
- Const DB_REGVAL_OEMID = "OemId"
-
- ' .ini file sections
- Const MYS_SECTION = "mys"
- Const VSO_SECTION = "vso"
- Const MPF_SECTION = "mpf"
- Const MPS_SECTION = "mps"
- Const MSK_SECTION = "msk"
-
- Const UPSELL_SECTION = "upsellurls"
-
- Const OEMINI_SEC_CEN_LOGO_FILE = "SecurityCenterLogoFile"
- Const OEMINI_EXPIRY_INFO = "ExpiryInfo"
- Const OEMINI_SECURITY_INDEX = "Security_Index"
-
- Const OEMINI_SHOWTABS_SECTION = "ShowTabs"
- Const OEMINI_OEMNEWS_SECTION = "OEM"
- Const OEMINI_OEMNEWS_VALUE = "OemNews"
- Const OEMINI_OEMTITLE_VALUE = "OemTitle"
- Const OEMINI_SHOWSECNEWS_KEY = "ShowSecNews"
- Const OEMINI_SHOWSTORELINK_KEY = "ShowStoreLink"
- Const OEMINI_SHOW_CUSTSUPPORT_LINK_KEY = "ShowCustSupport"
- Const OEMINI_SHOW_HELP_LINK_KEY = "ShowHelp"
-
- Const OEMINI_CUSTOM_CUSTSUPPORT_LINK = "CustSupportLink"
- Const OEMINI_CUSTOM_HELP_LINK = "HelpLink"
-
- Const OEMINI_UPSELL_WINFW = "WinFWUpsell"
- Const OEMINI_UPSELL_NAVAV = "NAVUpsell"
-
- Const OEMINI_HIDE_FREE_SCAN = "HideFreeScan"
- Const OEMINI_HIDE_BE_NOTIFIED = "HideBeNotified"
- Const OEMINI_HIDE_FIND_OUT_MORE = "HideFindOutMore"
- Const OEMINI_HIDE_SPAM_TIPS = "HideSpamTips"
- Const OEMINI_HIDE_CHAT_TIPS = "HideOnlineChatTips"
- Const OEMINI_HIDE_REPORT_CRIME = "HideInternetCrimes"
-
-
- '.ini section attributes
- Const SHOW_TRIAL = "ShowTrial"
- Const OEMINI_APP_NAME = "AppName"
- Const OEMINI_PLUS_KEY = "Plus"
- Const TRIAL_TOPBAR_DESC = "TrialTopBarDesc"
- Const TRIAL_TITLE = "TrialTitle"
- Const TRIAL_DESC = "TrialDesc"
- Const TRIAL_ACTION_LINK = "TrialActionLink"
- Const TRIAL_ACTION_DESC = "TrialActionDesc"
- Const PUR_TOPBAR_DESC = "PurTopBarDesc"
- Const PUR_TITLE = "PurTitle"
- Const PUR_DESC = "PurDesc"
- Const PUR_ACTION_LINK = "PurActionLink"
- Const PUR_ACTION_DESC = "PurActionDesc"
-